Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 4,171 for

image watermarking

(0.23 sec)
  1. Releasing GroupDocs.Viewer for .NET 3.4.0 with ...

    For those who have been waiting for the next release - Today, we are excited to announce GroupDocs.Viewer for .NET 3.4.0. The latest version of our document viewer API provides fixes and improvements for a wide range of features. Based on our customers’ feedback, GroupDocs team has announced 20+ fixes along with 5+ improvements in version 3.4.0. Please see below for the list of fixes and improvements. GroupDocs.Viewer for ....0 # Small images are not visible in image mode Invalid parameter...exception while converting mpt to image File is corrupted or damaged...

    blog.groupdocs.com/viewer/releasing-groupdocs-d...
  2. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...

    docs.groupdocs.com/watermark/python-net/working...
  3. Convert DOC to JPG in C#

    Learn how to Convert DOC to JPG in C# and Export Word document as JPEG using C# with GroupDocs.Conversion for .NET, providing step-by-step code and best practices....Watermark Product Family GroupDocs.Merger...DOC file to a series of JPG images is a common requirement when...

    kb.groupdocs.com/conversion/net/convert-doc-to-...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...What Is Reverse Image Search? Reverse image search is a technology...search for information using an image as the search query instead...

    blog.groupdocs.com/groupdocs.blog/page/9/
  5. Generate document pages preview | GroupDocs

    This topic explains how to get document pages preview as Images with various options by GroupDocs.Signature API....Watermark Product Solution GroupDocs...creation (see event handler ); image preview format - PNG / JPG /...

    docs.groupdocs.com/signature/net/generate-docum...
  6. Convert presentations | GroupDocs

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....Watermark Product Solution GroupDocs...presentations to other formats like images, HTML, XML, etc. It may be...

    docs.groupdocs.com/conversion/net/convert/prese...
  7. Barcodes Syntax and Properties | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode Images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode Image within your template, perform the following steps: Add a textbox to your template at the place where you want a barcode Image to be inserted. Set common Image attributes such as size, rotation angle, and others for the textbox, making the textbox look like a barcode Image without bars and text....Watermark Product Solution GroupDocs...Usage / Working with Barcode Image Generation / Barcodes Syntax...

    docs.groupdocs.com/assembly/net/barcodes-syntax...
  8. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Watermark Product Solution GroupDocs...viewOptions ); } The following image illustrates the result: Configure...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  9. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Extract images from Microsoft Office Word docum...

    This article explains that how to extract Images from Microsoft Office Word (.doc, .docx) documents...Watermark Product Solution GroupDocs...Office Word documents / Extract images from Microsoft Office Word...

    docs.groupdocs.com/parser/net/extract-images-fr...